Visual Basic (Declaration) | |
---|---|
Public Overloads Sub NotifyOfPropertyChange(Of TProperty)( _ ByVal property As Expression(Of Func(Of TProperty)) _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BusyWatcher Dim property As Expression(Of Func(Of TProperty)) instance.NotifyOfPropertyChange(Of TProperty)(property) |
C# | |
---|---|
public void NotifyOfPropertyChange<TProperty>( Expression<Func<TProperty>> property ) |
C++/CLI | |
---|---|
public: void NotifyOfPropertyChangegeneric<typename TProperty> ( Expression<Func<TProperty^>^>^ property ) |
Parameters
- property
Type Parameters
- TProperty
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family